  body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #565862;
	font-weight: 400;
	margin-bottom: 0px;
}
p.small {
	font-size: 16px;
}
a {
	color: #3298CC;
	text-decoration: underline;
}
a:hover {
	color: #ff0066;
}
a:focus {
	color: #ff0066;
}
a:active {
	color: #ff0066;
}
a.TopMenu:link {
	color: #FFFFFF!important;
	text-decoration: none;
}
a.TopMenu:hover {
	color: #ff0066!important;
}
a.TopMenu:focus {
	color: #ff0066!important;
}
a.TopMenu:active {
	color: #ff0066!important;
}
h1 {
	font-family: 'Noto Serif', serif;
	font-size: 40px;
	line-height: 45px;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	line-height: 45px;
	text-transform: none;
	font-weight: bold;
	color: #191A21;
}
h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: none;
	color: #ffffff;
	margin-top: 18px;
}
h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-transform: none;
	font-weight: bold;
	color: #565862;
	margin-bottom: 0px;
	margin-top: 0px;
}
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}
.img-centered {
	margin: 0 auto;
}
header {
	text-align: left;
	background: rgba(68, 70, 79, 0.5);
	color: white;
}
header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}
header img {
	display: block;
	margin: 0 auto 20px;
}
header .intro-text .name {
	display: block;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}
header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}
a.register-text {
	color: #ff0066!important;
	font-weight: bold;
	text-decoration: none;
}
a.register-text:hover {
	color: #ffffff!important;
	text-decoration: underline;
}

/*NAVIGATION STYLING*/

.navbar-nav>li>a {
	padding: 5px 0 13px 0;
	margin: 0 0 0 24px;
	line-height: 10px;
}
.top-nav-divider {
	border-left: 1px solid #979797!important;
	background-color: #191B21!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-left: 24px!important;
	margin-right: 0px!important;
}
.nav {
	padding-top: 20px;
}
.navbar>.container .navbar-brand {
	margin-left: -30px;
}
.navbar-custom {
	background: #191B21;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	font-size: 16.0px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	text-align: right;
	border: none;
}
.navbar-custom .navbar-brand {
	color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
	color: white;
}
.navbar-custom .navbar-nav {
	letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
	color: white;
}
.navbar-custom .navbar-nav li a:hover {
	color: white;
	background: #191B21;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
	color: white;
}
.navbar-custom .navbar-nav li.active a {
	color: white;
	background: #191B21;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
	color: white;
	background: #191B21;
}
.navbar-custom .navbar-toggle {
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background-color: #191B21;
	color: white;
	border-color: #191B21;
}

/*BANNER STYLING*/
  .banner-text-container {
          padding-right: 0px!important;
        padding-left: 0px!important;
  }
.logo {
	width: 160px;
}
.intro-header {
	position: relative;
	top: 100px;
	right: 0px;
	height: 440px;
	width: 100%;
	text-align: left;
	color: #f8f8f8;
	/* BANNER BACKGROUND IMAGE EDITED HERE*/
	background-size: cover;
}
.intro-bg-image {
	height: 440px;
	background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.9) 100%), -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.9) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0.9) 100%);
}
.intro-message-container {
	margin-top: 140px;
	max-width: 580px;
}

/*BLOCK 1 - ASSET INTRO STYLING*/

.block-white {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff;
}
.about-block {
	margin: auto;
	background-color: none;
	max-width: 800px;
}
.asset-dark-text-title {
	color: #565862;
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.dark-text-title {
	color: #565862;
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.white-text-title {
	color: #ffffff;
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.divider-short-pink {
	margin-top: 24px;
	margin-bottom: 50px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 70px;
}
.asset-divider-short-pink {
	margin-top: 24px;
	margin-bottom: 42px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 70px;
}
.about-left {
	max-width: 100%;
	float: none;
}
.about-right {
	max-width: 340px;
	float: right;
}
.icon-about-information {
	text-align: left;
	height: 41px;
	width: 41px;
	margin-bottom: 24px;
}
.icon-about-who {
	text-align: left;
	height: 41px;
	width: 41px;
	margin-bottom: 24px;
}

/* Asset Quote */

.block-white-quote {
	padding-top: 42px!important;
	padding-bottom: 50px!important;
	background-color: #ffffff;
	background: url(http://images.email.blackboard.com/EloquaImages/clients/BlackboardInc/%7B73dd58f7-11a0-4135-85a7-901f5b2ab923%7D_quote-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 200px;
	background-position-y: 70px;
	background-position-x: 180px;
}
.quote-mark {
	font-family: 'Noto Serif', serif!important;
	font-style: italic!important;
	font-size: 75px!important;
	line-height: 22px!important;
	text-transform: none!important;
	font-weight: 600!important;
	color: #FF0066;
	margin-top: 15px;
	margin-left: -12px;
}
.quote-copy {
	font-family: 'Noto Serif', serif!important;
	font-style: italic!important;
	color: #565862;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 24px!important;
}
.quote-name {
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size: 15px!important;
	font-style: normal!important;
	line-height: 19px!important;
	text-transform: none!important;
	font-weight: none!important;
	color: #565862;
}
.quote-box {
	margin: 0;
	max-width: 340px;
}

/*BLOCK 2 - Author*/


/* Author BACKGROUND IMAGE EDITED HERE*/

.presenter-bg-image {
	background: url(http://images.email.blackboard.com/EloquaImages/clients/BlackboardInc/%7B69a7be75-6b9e-4a3b-9014-da9ee4061fcd%7D_presenter-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.dark-text-title-presenter {
	color: #22242e;
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.presenter-bg {
	padding: 100px 0 0 0;
	background: -ms-linear-gradient(bottom, rgba(223, 226, 236, 0.9) 0%, rgba(223, 226, 236, 0) 30%, rgba(223, 226, 236, 0) 50%, rgba(223, 226, 236, 0) 100%), -ms-linear-gradient(left, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80%), -ms-linear-gradient(right, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80%);
	background: -webkit-linear-gradient(bottom, rgba(223, 226, 236, 0.9) 0%, rgba(223, 226, 236, 0) 30%, rgba(223, 226, 236, 0) 50%, rgba(223, 226, 236, 0) 100%), -webkit-linear-gradient(left, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80%), -webkit-linear-gradient(right, rgba(223, 226, 236, 0.9) 10%, rgba(223, 226, 236, 0) 25%, rgba(223, 226, 236, 0) 0%, rgba(223, 226, 236, 0.9) 80%);
}
.block-lightgrey {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #dfe2ec;
}
.white-box {
	margin: 0 auto 100px auto;
	padding: 50px 50px 50px 50px;
	background-color: #ffffff;
	max-width: 630px;
}
.presenter-pic {
	filter: grayscale(100%);
	height: 114px;
	width: 114px;
	margin: 0;
	padding: 0 0 0 0;
}
.presenter-pic img {
	filter: grayscale(100%);
	height: 114px;
	width: 114px;
}
.divider-presenter-pink {
	margin: inherit;
	left: 0px;
	margin-top: 12px;
	margin-bottom: 24px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 40px;
}
.presenter-box {
	padding: 0 0 0 0;
}

/*BLOCK 3 - ICONS STYLING*/

.block-icon {
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 1050px!important;
}
.block-darkgrey {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #44464f;
}
.divider-short-pink-icon {
	margin-top: 24px;
	margin-bottom: 100px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 70px;
}
.white-text p,
h2 {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.icon-text p {
	padding-top: 56px!important;
	margin: auto;
	width: 70%;
}
.circle-icon {
	margin: auto;
	height: 125px;
	width: 125px;
	background-color: #FF0066;
	border-radius: 100%;
	display: flex;
}
.circle-icon img {
	margin: auto;
	height: 50px;
	max-width: 50px;
}

/*BLOCK 4 - THANKYOU BOX STYLING*/


/*Asset thankyou box CTA */

.thankyou-btn-social {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #565862!important;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.thankyou-btn-outline {
	color: white;
	font-size: 20px;
	border: solid 2px #565862;
	background: transparent;
	transition: all 0.3s ease-in-out;
}
.thankyou-btn-social:hover,
.thankyou-btn-social:active {
	border: 1px solid #979797!important;
}
.button-banner-share-text {
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	color: #565862!important;
	margin-bottom: 20px!important;
}
.fa-fw-ty {
	color: #565862!important;
}
.asset-thankyou-cta {
	width: 100%;
	margin: 56px 0 56px 0;
	background-color: #3298CC!important;
	padding: 15px 30px 10px 30px!important;
	height: 50px!important;
	text-align: center!important;
}
.asset-thankyou-cta a:hover {
	color: #FFFFFF!important;
	text-decoration: none!important;
}
.asset-thankyou-cta:hover {
	background-color: #387daa!important;
}
.asset-thankyou-cta-text {
	text-transform: uppercase!important;
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size: 15px!important;
	color: #ffffff!important;
	font-weight: bold!important;
	text-decoration: none;
}
.asset-thankyoubox-short-pink {
	margin-top: 56px;
	margin-bottom: 56px;
	border: 0;
	border-top: 5px solid #FF0066;
	width: 70px;
}
.thankyoubox-text-title {
	color: #565862;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 42px;
	text-align: center;
}
.thankyoubox-text {
	text-align: center;
	color: #565862!important;
}
.asset-form-divider-short-pink {
	display: none;
}
.form-bg {
	background: #dfe2ec;
}
.form-container {
	padding: 100px 0 100px 0;
}
.form-text-box {
	margin: auto;
	max-width: 580px;
}

/*FOOTER - SOCIAL STYLING*/

.fa-fw {
	color: #ff0066!important;
}
.fa-fw:hover,
.fa-fw:active {
	color: #f76793!important;
}
.btn-social {
	border: 1px solid #ff0066!important;
}
.btn-social:hover,
.btn-social:active {
	border: 1px solid #f76793!important;
}
.footer-text a:hover,
.footer-text a:active {
	text-decoration: underline!important;
}
.list-inline {
	padding: 0 0 0 0!important;
	margin: auto!important;
}
section {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}
section h2 {
	margin: 0;
	font-size: 3em;
}
.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: none;
	border-radius: 0;
	font-size: 1.5em;
	background: none;
	box-shadow: none !important;
	resize: none;
}
.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: 0.85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
	transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}
.floating-label-form-group-with-focus label {
	color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eeeeee;
}
.footer-text a {
	color: #44454f!important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
}
#reset p {
	color: #ffffff!important;
}
#privacy p {
	color: #ffffff!important;
	padding: 20px 0 20px 0;
}
footer {
	color: white;
}
footer h3 {
	margin-bottom: 30px;
}
footer .footer-above {
	padding-top: 100px;
	background-color: #ffffff;
}
footer .footer-col {
	margin-bottom: 42px;
}
footer .footer-below {
	background-color: #ffffff;
	padding-bottom: 100px;
	color: #44454F;
}
.btn-outline {
	color: white;
	font-size: 20px;
	border: solid 2px white;
	background: transparent;
	transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: #18BC9C;
	background: white;
	border: solid 2px white;
}
.btn-primary {
	color: white;
	background-color: #2C3E50;
	border-color: #2C3E50;
	font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: white;
	background-color: #1a242f;
	border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2C3E50;
	border-color: #2C3E50;
}
.btn-primary .badge {
	color: #2C3E50;
	background-color: white;
}
.btn-success {
	color: white;
	background-color: #18BC9C;
	border-color: #18BC9C;
	font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: white;
	background-color: #128f76;
	border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #18BC9C;
	border-color: #18BC9C;
}
.btn-success .badge {
	color: #18BC9C;
	background-color: white;
}
.btn-social {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 2px solid white;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
.scroll-top {
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
	z-index: 1049;
}
.scroll-top .btn {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 28px;
}
#skipnav a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	transition: top 1s ease-out, background 1s linear;
	z-index: 2000;
}
#skipnav a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #18BC9C;
	outline: 0;
	transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
	outline: none;
}

/*RESPONSIVE STYLING*/


/*Media Queries*/


/* Large Devices, Wide Screens */

@media screen and (max-width: 1200px) {
	.mobile-display {
		display: none!important;
	}
	.form-bg {
		margin-top: 100px;
	}
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	/* THANKYOU BOX */
	.asset-form-divider-short-pink {
		margin-top: 24px;
		margin-bottom: 50px;
		border: 0;
		border-top: 5px solid #FF0066;
		width: 70px;
	}
	.asset-thankyoubox-short-pink {
		margin-top: 56px;
		margin-bottom: 56px;
		border: 0;
		border-top: 5px solid #FF0066;
		width: 70px;
	}
	.form-container {
		padding: 56px 56px 56px 56px;
		width: 450px;
		margin: 0!important;
	}
	.form-bg {
		position: absolute;
		top: 400px;
		right: calc((100vw - 1185px)/2); 
		padding: 0;
		background: #dfe2ec;
		width: 450px;
	}
	.box-form-top-pink {
		position: absolute;
		top: 395px;
		right: calc((100vw - 1185px)/2); 
		background: #ff0066;
		width: 450px;
		height: 5px;
		margin-bottom: 100px;
	}
	.form-text-title {
		color: #565862;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 23px;
		font-weight: bold;
		line-height: 25px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left!important;
	}
	.form-text {
		color: #565862!important;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 17px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left!important;
	}
	.text-form-box {
		padding: 0!important;
	}
	#reset p {
		color: #565862!important;
	}
	#reset {
		padding: 24px 0 24px 0!important;
	}
	.elq-form .item-padding {
		width: 100%;
		padding: 0px 0px 0px 0px;
		min-height: 90px;
	}
	.elq-form .field-p {
		position: relative;
		margin: 0;
		padding: 0;
	}
	.elq-form .form-design-field:nth-last-of-type(2) .field-p {
		margin: 0;
	}
	.elq-form input {
		height: 42px!important;
		width: 100%!important;
		padding-left: 20px!important;
	}
	.elq-form .label-position.top {
		color: #565862;
		padding-top: 0px!important;
	}
	.field-size-top-large {
		height: 50px!important;
		width: 100%!important;
	}
	/* CHECKBOX */
	.checkbox-span {
		display: inline-block;
		height: 25px!important;
		padding-bottom: 0!important;
		margin-bottom: 0!important;
	}
	.elq-form .checkbox-label {
		line-height: 13px;
	}
	#privacy {
		padding: 0!important;
		clear: none;
	}
	#privacy p {
		padding: 0!important;
		line-height: 20px;
	}
	.submit-button {
		margin: 24px 0 24px 0!important;
	}
	.col-lg-offset-2 {
		margin-left: 0;
	}
	.col-lg-8 {
		width: 100%;
	}
	/* BOX FORM - ABOUT
	.block-white {
		margin: 587px 0px -50px 15px;
	}*/
	.about-block {
		max-width: 1200px;
	}
	.asset-dark-text-title {
		text-align: left!important;
	}
	.asset-divider-short-pink {
		float: left!important;
	}
	.about-left {
		max-width: 520px!important;
		float: left!important;
	}
	/* NAVIGATION */
	.navbar-custom {
		padding: 25px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
	}
	.navbar-custom .navbar-brand {
		font-size: 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.navbar-custom.affix {
		padding: 10px 0;
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em;
	}
	header .container {
		padding-top: 200px;
		padding-bottom: 100px;
	}
	header .intro-text .name {
		font-size: 4.75em;
	}
	header .intro-text .skills {
		font-size: 1.75em;
	}
	section {
		padding: 75px 0;
	}
	section.first {
		padding-top: 75px;
	}
	/* Intro - Block 1 */
	.divider-grey-mobile {
		display: none;
	}
}

/* Medium Devices Screens */

@media only screen and (max-width: 1199px) {
	.navbar-custom {
		padding: 25px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
	}
	.navbar-custom .navbar-brand {
		font-size: 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.navbar-custom.affix {
		padding: 10px 0;
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em;
	}
	.box-banner {
		right: 50px;
	}
	.box-banner-bottom-pink {
		right: 50px;
	}
	.divider-grey-mobile {
		margin-top: 50px;
		margin-bottom: 50px;
		border: 0;
		border-top: 3px solid #979797;
		width: 70px;
	}
	.form-container {
		margin: 0 auto;
	}
	.h3 {
		margin-bottom: 43px!important;
	}
}

/* Medium Devices, Ipad Screens */

@media only screen and (min-width: 990px) {
	/* Intro - Block 1 */
	.divider-grey-mobile {
		display: none;
	}
}

/* Medium Devices, Ipad Screens */


/* Intro - Block 1 */

@media only screen and (max-width: 990px) {
	.about-left {
		max-width: none!important;
		float: none!important;
	}
	.about-right {
		max-width: none!important;
		float: none!important;
	}
	/*Box Banner*/
	.box-banner {
		width: 80%;
		right: 60px;
	}
	.box-banner-bottom-pink {
		width: 80%;
		right: 60px;
	}
	.box-banner-pre-text {
		display: none;
	}
	.mobile-logo {
		width: 160px;
		margin-left: 25px;
		margin-top: -5px;
	}
	.divider-grey-mobile {
		margin-top: 50px;
		margin-bottom: 50px;
		border: 0;
		border-top: 3px solid #979797;
		width: 70px;
	}
	/* Presenter - Block 2 */
	.white-box {
		margin: 0 auto 100px auto;
		padding: 50px 50px 50px 50px;
	}
	.block-white {
		margin-left: 30px;
		margin-right: 30px;
	}
	.presenter-bg {
		padding: 76px 42px 76px 42px!important;
		background-color: #dfe2ec;
		background-image: none;
	}
	.presenter-pic {
		margin: 0px 0 24px 0px;
	}
}

}

/* Medium Devices, Ipad Screens */
@media only screen and (max-width: 768px) {
	/* Header */
	
	header .container {
		padding-top: 200px;
		padding-bottom: 100px;
	}
	header .intro-text .name {
		font-size: 4.75em;
	}
	header .intro-text .skills {
		font-size: 1.75em;
	}
	section {
		padding: 75px 0;
	}
	section.first {
		padding-top: 75px;
	}
	/* nav */
	
	.navbar-custom {
		padding: 25px 0;
		-webkit-transition: padding 0.3s;
		-moz-transition: padding 0.3s;
		transition: padding 0.3s;
	}
	.navbar-custom .navbar-brand {
		margin-top: 0px;
		font-size: 2em;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.container>.navbar-header {
		background-color: #191B21;
	}
	.navbar-custom.affix {
		padding: 10px 0;
	}
	.navbar-custom.affix .navbar-brand {
		font-size: 1.5em;
	}
	.navbar-brand {
		padding-top: 40px;
		padding-left: 30px;
	}
	.mobile-logo {
		width: 160px;
	}
	.navbar-custom .navbar-nav {
		background-color: #191B21;
	}
	.navbar-toggle {
		border: none;
		padding: 20px 30px;
	}
	.navbar-custom {
		max-height: 100px!important;
	}
	.navbar-custom .navbar-toggle {
		font-size: 30px;
	}
	.navbar-custom .navbar-toggle:hover,
	.navbar-custom .navbar-toggle:focus {
		background-color: #191B21;
		color: white;
		border-color: #191B21;
	}
	.top-nav-divider-mobile {
		display: none!important;
	}
	.navbar-default .navbar-collapse {
		border-color: #191B21;
	}
	/*Box Banner*/
	
	.intro-message {
		margin: 42px 42px 42px 42px;
	}
	.intro-message-container {
		margin-top: 70px;
	}
	.box-banner {
		height: 250px!important;
		padding: 20px 20px 20px 20px;
	}
	.box-banner col-xs-1 {
		width: 30%;
	}
	.button-cta {
		width: 250px!important;
		margin: 160px 0 0 -30px!important;
	}
	.box-banner-text {
		display: none;
	}
	.box-banner-pre-text {
		display: none;
	}
	.box-banner-info-text {
		width: 200px!important;
	}
	.box-banner-title-text {
		width: 200px!important;
		font-size: 18px;
		margin-top: 50px;
	}
	.box-banner-image {
		margin-left: 30px;
	}
	.box-banner-bottom-pink {
		top: 700px;
	}
	.block-white {
		margin-top: 690px;
	}
	.box-banner-divider {
		border-right: none;
	}
	/* Intro - Block 1 */
	
	.about-left {
		max-width: none!important;
		float: none!important;
	}
	.about-right {
		max-width: none!important;
		float: none!important;
	}
	.icon-about-information {
		float: left;
		margin-bottom: -20px;
	}
	.icon-about-who {
		float: left;
		margin-bottom: -20px;
	}
	.about-title-mobile {
		padding-bottom: 30px;
		padding-left: 70px;
		padding-top: 10px;
	}
	.circle-icon {
		height: 100px;
		width: 100px;
	}
	.circle-icon img {
		height: 40px;
		max-width: 40px;
	}
	.divider-grey-mobile {
		margin-top: 50px;
		margin-bottom: 50px;
		border: 0;
		border-top: 3px solid #979797;
		width: 70px;
	}
	.white-box {
		margin: 0 30px 0 30px;
	}
	/* Asset Quote */
	
	.quote-box {
		margin: 0 30px 0 30px;
	}
	.quote-box {
		margin: 0 30px 0 30px;
	}
	/* Presenter - Block 2 */
	
	.white-box {
		margin: 0;
		padding: 42px 42px 42px 42px;
	}
	.block-white {
		margin-left: 30px;
		margin-right: 30px;
	}
	.presenter-bg {
		padding: 76px 42px 76px 42px!important;
		background-color: #dfe2ec;
		background-image: none;
	}
	.presenter-pic {
		margin: 0px 0 24px 0px;
	}
	.dark-text-title,
	.white-text-title,
	.dark-text-title-presenter {
		font-size: 30px;
		line-height: 46px;
	}
	/* Icons - Block 3 */
	
	.block-darkgrey {
		padding: 76px 42px 76px 42px!important;
	}
	.icon-text p {
		padding-top: 18px!important;
	}
	.icon-middle {
		margin-top: 50px!important;
	}
	.icon-right {
		margin-top: 50px!important;
	}
}

/* Extra Small Devices, Phones */
@media screen and (max-width: 767px) {
	.mobile-display {
		display: none!important;
	}
	/* Nav */
	
	.intro-header,
	.intro-bg-image {
		background: #ff0066!important;
		height: 350px!important;
	}
	.intro-message {
		margin: 42px 42px 42px 42px;
	}
	.intro-message h1 {
		font-size: 24px!important;
		line-height: 28px!important;
	}
	.intro-message h3 {
		font-size: 15px!important;
		line-height: 18px!important;
	}
	.intro-message-container {
		margin-top: 42px;
	}
	.dark-text-title,
	.white-text-title,
	.dark-text-title-presenter {
		font-size: 26px;
		line-height: 32px;
	}
	.navbar-brand {
		padding-top: 40px;
		padding-left: 30px;
	}
	.mobile-logo {
		width: 160px;
		margin-left: 25px;
		margin-top: -5px;
	}
	.navbar-custom .navbar-nav {
		background-color: #191B21;
	}
	.navbar-toggle {
		border: none;
		padding: 20px 30px;
	}
	.navbar-custom {
		height: 100px!important;
	}
	.navbar-custom .navbar-toggle {
		font-size: 30px;
		margin-right: 24px;
	}
	.navbar-custom .navbar-toggle:hover,
	.navbar-custom .navbar-toggle:focus {
		background-color: #191B21;
		color: white;
		border-color: #191B21;
	}
	.top-nav-divider-mobile {
		display: none!important;
	}
	.navbar-default .navbar-collapse {
		border-color: #191B21;
	}
	.col-lg-12 {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.navbar-brand>img {
		position: absolute;
	}
	/*Mobile nav*/
	
	.navbar-nav>li>a {
		padding: 8px 0 8px 0;
		margin: 0 24px 0 24px;
		line-height: 24px;
		border-bottom: 1px solid #777;
		text-align: center;
	}
	.navbar-nav>li:last-of-type>a {
		margin: 24px 24px 24px 24px;
		border-bottom: none;
		background-color: #ffffff!important;
		color: #3298CC!important;
		text-transform: uppercase;
	}
	.navbar-nav>li:last-of-type>a:hover,
	.navbar-nav>li:last-of-type>a:active {
		background-color: #ffffff!important;
		color: #3298CC;
		text-decoration: underline;
		text-transform: uppercase;
	}
	.navbar-custom .navbar-nav {
		margin-top: 0px;
		padding-top: 0px;
	}
	.navbar-custom.affix {
		padding: 0px 0px 10px;
	}
	.container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: -23px;
		width: 110%;
	}
	/*Asset Banner CTA */
	
	.asset-thankyou-cta {
		width: 100%px!important;
		margin: 42px auto 42px auto;
	}
	/*Box Banner*/
	
	.box-banner {
		height: 280px!important;
		padding: 24px 24px 24px 24px;
		top: 360px;
		right: 30px;
	}
	.box-banner col-xs-1 {
		width: 30%;
	}
	.button-cta {
		width: 100%!important;
		margin: 18px 24px 24px 0!important;
	}
	.box-banner-text {
		display: none;
	}
	.box-banner-pre-text {
		display: none;
	}
	.box-banner-info-text {
		width: 200px!important;
	}
	.box-banner-title-text {
		width: 200px!important;
		font-size: 18px;
		margin: 18px 0 18px 0!important;
	}
	.box-banner-image {
		margin-left: 0px;
	}
	.box-banner-bottom-pink {
		top: 640px;
		right: 30px;
	}
	.block-white {
		margin: 523px 42px 76px 42px;
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	.box-banner-divider {
		border: none;
	}
	/* Intro - Block 1 */
	
	.asset-divider-short-pink {
		float: none;
	}
	.asset-dark-text-title {
		text-align: center;
		font-size: 26px;
		line-height: 32px;
	}
	.icon-about-information {
		float: left;
		margin-bottom: -20px;
	}
	.icon-about-who {
		float: left;
		margin-bottom: -20px;
	}
	.about-title-mobile {
		padding-bottom: 0px;
		padding-left: 70px;
		padding-top: 16px;
	}
	.divider-grey-mobile {
		margin-top: 42px;
		margin-bottom: 42px;
		border-top: 3px solid #979797;
		margin-left: 15px;
	}
	.divider-short-pink {
		margin: 18px auto 50px auto;
	}
	.about-left {
		max-width: none!important;
		float: none!important;
	}
	.about-right {
		max-width: none!important;
		float: none!important;
	}
	/* Asset Quote */
	
	.quote-box {
		margin: 0 42px 0 42px;
	}
	.block-white-quote {
		padding-top: 42px!important;
		padding-bottom: 15px!important;
	}
	.block-white-quote {
		background-position-y: 75px;
		background-position-x: 0px;
	}
	/* Presenter - Block 2 */
	
	.white-box {
		margin: 0;
		padding: 42px 42px 42px 42px;
	}
	.block-white {
		margin-left: 30px;
		margin-right: 30px;
	}
	.presenter-bg {
		padding: 76px 42px 76px 42px!important;
		background-color: #dfe2ec;
		background-image: none;
	}
	.presenter-pic {
		margin: 0px 0 24px 0px;
	}
	/* Icons - Block 3 */
	
	.block-darkgrey {
		padding: 76px 42px 76px 42px!important;
	}
	.icon-text p {
		padding-top: 18px!important;
	}
	.icon-middle {
		margin-top: 50px!important;
	}
	.icon-right {
		margin-top: 50px!important;
	}
	.divider-short-pink-icon {
		margin-bottom: 50px!important;
	}
	/* Form - Block 5 */
	
	.form-container {
		margin: 0 42px 0 42px!important;
		padding: 76px 0 76px 0!important;
	}
	.mobile-form-text {
		margin: 0px auto 50px auto!important;
	}
	.elq-form .item-padding {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.form-bg {
		background-color: #dfe2ec;
		background-image: none;
		margin-top: 100px;
	}
	.elq-form .field-p {
		position: relative;
		margin: 0 2.5%;
		padding: 0;
	}
	.elq-form input {
		height: 50px!important;
		width: 100%!important;
		padding-left: 20px!important;
	}
	.field-size-top-large {
		height: 50px!important;
		width: 100%!important;
	}
	/* Asset Form */
	
	.form-text-title {
		font-size: 26px;
		line-height: 32px;
	}
	/* Footer */
	
	.btn-social {
		border: 1px solid #44464F!important;
	}
	.fa-fw {
		color: #44464F!important;
	}
	.LV_validation_message {
		display: block;
	}
}